home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the lineCount of member "address" > 5 then
- beep()
- if line 5 of field "address" <> EMPTY then
- put line 5 of field "address" & line 6 of field "address" into line 5 of field "address"
- end if
- delete line 6 of field "address"
- set the selStart to length(field "address")
- set the selEnd to length(field "address")
- end if
- go(the frame)
- end
-